home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00202.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  366 b   |  13 lines

  1. on exitFrame
  2.   global center, left, right, Hand, IQcursor
  3.   set the timeoutScript to EMPTY
  4.   set the cursor of sprite 2 to center
  5.   set the cursor of sprite 3 to left
  6.   set the cursor of sprite 4 to right
  7.   set the cursor of sprite 5 to Hand
  8.   set the cursor of sprite 6 to Hand
  9.   repeat with i = 30 to 38
  10.     set the cursor of sprite i to IQcursor
  11.   end repeat
  12. end
  13.